Previous page Next page

RSYNCD.CONF

The file “/etc/rsyncd.conf” defines symbolic names for RSYNC and controls logging. A sample file follows:

log file = /var/log/rsyncd.log
 
[MV_IPTel_data]
 
	path = /opt/ecs/mvuser/MV_IPTel/data/FTPdata
 
	comment = MV FTP Data dir
 
	list = yes
 
	read only = no
 
[MV_IPTel_TFTPdata]
 
	path = /opt/ecs/mvuser/MV_IPTel/data/TFTPdata
 
	comment = MV TFTP Data dir
 
	list = yes
 
	read only = no
 

Optional:

[MV_IPTel_HTTPdata]
 
	path = /opt/ecs/mvuser/MV_IPTel/data/HTTPdata
 
	comment = MV HTTP Data dir
 
	list = yes
 
	read only = no
 

This file defines the two/three directories to be synchronized between the two servers. Note that this only defines the operation of RSYNC and what symbolic names are available, it does not perform any actual synchronization.


Previous page Next page